@charset "UTF-8";
/* CSS Document */

#image-holder-360{
	margin: 0px auto;
	width: 260px;
	cursor: pointer;
}

#image-holder-360 .spinner{
	height: 308px;
	background: url(../images/360/360_controls.jpg) #fff no-repeat center bottom;
}

#viewer-360 ul{
	padding: 0px 100px;
	text-align: center;
}

#viewer-360 ul li{
	display: inline-block;
	border: solid 1px #898989;
	border-radius: 30px;
	position: relative;
}

#viewer-360 ul li a{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
}

#viewer-360 ul li a span.title{
	display: none;
}

#viewer-360 ul li a:hover span.title-holder{
	position: absolute;
	width: 150px;
	top: -28px;
	left: -60px;
	text-align: center;
}

#viewer-360 ul li a:hover span.title{
	display: inline;
	position: relative;
	color: #fff;
	background: #555;
	padding: 5px;
	border-radius: 3px;
	font-size: 12px;
	white-space: nowrap;
}

.reel-indicator {
top: 274px !important;
background: url(../images/360/360_knob.png) no-repeat transparent !important;
height: 23px !important;
width: 15px !important;
}